golang.org/x/tools/internal/gcimporter.iimporter.stringAt (method)
7 uses
golang.org/x/tools/internal/gcimporter (current package)
iimport.go#L191: pkgPath := p.stringAt(pkgPathOff)
iimport.go#L192: pkgName := p.stringAt(r.uint64())
iimport.go#L217: name := p.stringAt(r.uint64())
iimport.go#L357: func (p *iimporter) stringAt(off uint64) string {
iimport.go#L383: filename := p.stringAt(rd.uint64())
iimport.go#L425: path := p.stringAt(off)
iimport.go#L772: func (r *importReader) string() string { return r.p.stringAt(r.uint64()) }
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)